Using sha to test if files have same content

Can use sha256 to see if two files are the same.

On mac:

> shasum -a 256 jet_clustering/jet-splitting-PDFs-00-02-00/clustering_pdfs_vs_pT.yml 

e4ef089c5ffda45675b757523e0fe5c9581e7166774031cd172d9035ce26d917  jet_clustering/jet-splitting-PDFs-00-02-00/clustering_pdfs_vs_pT.yml

and on LPC:

y> sha256sum jet_clustering/jet-splitting-PDFs-00-02-00/clustering_pdfs_vs_pT.yml 

e4ef089c5ffda45675b757523e0fe5c9581e7166774031cd172d9035ce26d917  jet_clustering/jet-splitting-PDFs-00-02-00/clustering_pdfs_vs_pT.yml

Follow-ups

Links:

computing

202407291556